What kind of specific projects can I do to master bitwise operations in C++? Also is there a canonical book? [closed]

Posted by Ford on Programmers See other posts from Programmers or by Ford
Published on 2012-11-29T15:09:20Z Indexed on 2012/11/29 17:17 UTC
Read the original article Hit count: 419

Filed under:
|

I don't use C++ or bitwise operations at my current job but I'm thinking of applying to companies where it is a requirement to be fluent with them (on their tests anyway).

So my question is: Can anyone suggest a project which will require gaining a fluency in bitwise operations to complete?

On a side note, is there a canonical book on optimization techniques using bitwise operations since that seems to be an important use of them?

© Programmers or respective owner

Related posts about c++

Related posts about bitwise-operators